-
Couldn't load subscription status.
- Fork 102
make the api key optional #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cdb80a1 to
be7054d
Compare
|
Hey @irevoire
Could you fix this ? 🥺 |
be7054d to
c263d26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🔥🔥🔥🔥🔥
|
bors merge |
458: make the api key optional r=bidoubiwa a=irevoire
# Pull Request
Since we introduced the `Authentication: Bearer {api_key}` header, sending an empty `api_key` doesn't work anymore, which means it's impossible to use this SDK without an API key.
A lot of noise is due to the doctest update; it's probably easier to review this PR by reading the first commit alone
## Related issue
Fixes #240
## What does this PR do?
- Makes the API key optional when creating a client
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Tamo <[email protected]>
|
Build failed: |
|
bors merge |
|
Build succeeded: |
Pull Request
Since we introduced the
Authentication: Bearer {api_key}header, sending an emptyapi_keydoesn't work anymore, which means it's impossible to use this SDK without an API key.A lot of noise is due to the doctest update; it's probably easier to review this PR by reading the first commit alone
Related issue
Fixes #240
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!